Objects Types and Constants Properties Methods Object Hierarchy Index

CreateBackup Property

Description:

True if backup files will be created.

Syntax:

C++:
#include "imsigx.h"

HRESULT hr = pObject->get_CreateBackup(&prop1);
HRESULT hr = pObject->put_CreateBackup(prop2);

Visual Basic:
prop1 = object.CreateBackup
object.CreateBackup = prop2

/r/n

Parts:

prop1

IMSI_BOOL

[out][retval]

True if backup files will be created.

prop2

IMSI_BOOL

[in]

True if backup files will be created.

Defined in:

ApplicationOptions


Objects Types and Constants Properties Methods Object Hierarchy Index

SDK Top API Reference TurboCAD Home Page TurboCAD Programming Forums